Wesley13 Wesley13
4年前
java 获取 classpath下的配置文件
一获取prop属性文件:/读取属性文件Createdbylgon2017/2/3./publicclassLoadPropertiesFile{publicstaticMap<String,StringloadPropFile(Str
昔不亏 昔不亏
4年前
「Vue — 插件」导入导出excel表格vue-xlsx-table
1:npminstallvuexlsxtablesave(excel转json)2:在main.js中jsimportvueXlsxTablefrom'vuexlsxtable';Vue.use(vueXlsxTable,{rABS:false});3:在需要使用的页面中js<vuexlsxtable@
ThinkPHP V5.0 图片上传base64
/单图上传@returnbool|mixed|string/protectedfunctionuploadingqrcode($images'',$name'')if(empty($images))$thisresult($images,0,'图片错误');if(pregmatch('/^(data:\simag
Stella981 Stella981
4年前
Flutter学习之动态ListView
import'package:flutter/material.dart';voidmain(){runApp(listname(item:newList<String.generate(1000,(i)"genarate$i")));}
Stella981 Stella981
4年前
JVM调优YoungGC
先上代码:主函数:1.publicclassGCDemo{3.publicstaticvoidmain(String\\args)throwsInterruptedException{6.List<GCDataObjectlistnewArrayList<GCDat
Stella981 Stella981
4年前
Android 显示网页图片
原WebView web;String url;web.getSettings().setUseWideViewPort(true);web.getSettings().setLoadWithOverviewMode(true);web.getSettings().setDisplayZoomControl
Stella981 Stella981
4年前
Egret 类的创建和继承
classtestextendsegret.DisplayObjectContainer{/类的创建///属性name:string;age:number;ts:test;//可传参的构造方法publicconst
Stella981 Stella981
4年前
Postman 使用详解
转自: http://blog.csdn.net/flowerspring/article/details/52774399Postman使用详解阅读6754收藏302201669作者:luciastar(https://www.oschina.net/action/GoToLink?urlhttp%3
Stella981 Stella981
4年前
Awk 从入门到放弃(4) — Aws 格式化
转:http://www.zsythink.net/archives/1421print&printf的区别:printf不带\\r\\n!(http://193.112.251.213:60080/wpcontent/uploads/2018/09/Screenshotfrom20180925165623.png)在aw
Stella981 Stella981
4年前
JavaScript开发常用工具函数
1、isStatic:检测数据是不是除了symbol外的原始数据functionisStatic(value){return(typeofvalue'string'||typeofvalue